assistant: Small doc tweak
authorMatthias Clasen <mclasen@redhat.com>
Sat, 27 Feb 2021 22:51:05 +0000 (17:51 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:34 +0000 (16:37 +0000)
gtk/gtkassistant.c

index fd8c9a2bebf8b8e04ffcbdd35f8d6e4a4ff590e6..f0dad3c3b09d9e482a7d8e5abde00eb12c14cdcd 100644 (file)
@@ -24,8 +24,7 @@
 /**
  * GtkAssistant:
  *
- * `GtkAssistant` is used to represent a generally complex
- * operation split up into several steps.
+ * `GtkAssistant` is used to represent a complex as a series of steps.
  *
  * ![An example GtkAssistant](assistant.png)
  *
  * class .assistant.
  */
 
+/**
+ * GtkAssistantPage:
+ *
+ * `GtkAssistantPage` is an auxiliary object used by `GtkAssistant.
+ */
+
 #include "config.h"
 
 #include "gtkassistant.h"